footer {
	background-color: #392F5A;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: fit-content;
	justify-content: center;
	padding: 1rem 1.5rem;
	width: 100%;
}

.footerInfo {
	color: #FFFFFF;
	font-family: 'Raleway-Regular';
	font-size: 1rem;
	line-height: 1rem;
	margin: 0;
	text-align: center;
}

.footerInfo a {
	color: inherit;
	text-decoration: none;
}

.footerInfo a:hover,
.footerInfo a:focus {
	color: #AAAAAA;
}

@media only all and (min-width: 600px) {
	footer {
		flex-direction: unset;
		gap: 2rem;
		height: 3rem;
	}
}

/* @media only all and (min-width: 1440px) {
	footer {
		height: 7.083vw;
	}

	.footerInfo {
		font-size: 0.9vw;
		line-height: 1.8vw;
	}
} */
